Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Fixed issue#34 OS name parsing for Server 2016#41

Open
evets007 wants to merge 1 commit into
strozfriedberg:masterfrom
evets007:issue34fix
Open

Fixed issue#34 OS name parsing for Server 2016#41
evets007 wants to merge 1 commit into
strozfriedberg:masterfrom
evets007:issue34fix

Conversation

@evets007

@evets007 evets007 commented Jul 23, 2020

Copy link
Copy Markdown

The osnamearray defined in getname() needs an update for server 2016

def getname(ostext):

if ostext == False:
return False

osname=False

osnamearray=[["xp","XP"],
["2000","2000"],
["2003","2003"],
["vista","Vista"],
["2008","2008"],
[" 7","7"],
[" 8","8"],
["2012","2012"],
["2016","2016"], <== Added
["8.1","8.1"],
[" 10","10"]]

@h3r0cybersec

Copy link
Copy Markdown

@evets007 I belive this repo is abbandoned. If you want to contribute please feel free to submit your code here https://github.com/luigi-cavallo/Windows-Exploit-Suggester

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants